home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Think Class Libraries
/
CChoreQuartet 1.0.1
/
CCancelerChore.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-30
|
384 b
|
36 lines
|
[
TEXT/KAHL
]
/*
* CCancelerChore.h
*
*/
/********************************/
#pragma once
/********************************/
#include <CChore.h>
/********************************/
class CCancelerChore : public CChore {
public:
void Perform(long *maxSleep);
void setCancelee(CChore *theCancelee);
CObject *getCancelee(void);
protected:
CChore *itsCancelee;
} ;